dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueEnqueueOptions Class / OracleQueueEnqueueOptions Constructor / OracleQueueEnqueueOptions Constructor(OracleQueueVisibility,Byte[],OracleQueueSequenceDeviation,String,OracleQueueDeliveryMode)
The transactional behavior of the enqueue request.
The message identifier of the message which is referenced in the sequence deviation operation.
OracleQueueSequenceDeviation that is used upon creation.
The transformation that will be applied before enqueuing the message.
OracleQueueDeliveryMode that is used upon creation.

In This Topic
    OracleQueueEnqueueOptions Constructor(OracleQueueVisibility,Byte[],OracleQueueSequenceDeviation,String,OracleQueueDeliveryMode)
    In This Topic
    Initializes a new instance of the OracleQueueEnqueueOptions class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal visibility As OracleQueueVisibility, _
       ByVal relativeMessageID() As Byte, _
       ByVal sequenceDeviation As OracleQueueSequenceDeviation, _
       ByVal transformation As String, _
       ByVal deliveryMode As OracleQueueDeliveryMode _
    )

    Parameters

    visibility
    The transactional behavior of the enqueue request.
    relativeMessageID
    The message identifier of the message which is referenced in the sequence deviation operation.
    sequenceDeviation
    OracleQueueSequenceDeviation that is used upon creation.
    transformation
    The transformation that will be applied before enqueuing the message.
    deliveryMode
    OracleQueueDeliveryMode that is used upon creation.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also